home *** CD-ROM | disk | FTP | other *** search
-
- ;----------------------------------------------------------------------------
- ; skeleton.def - module definition file for the SKELETON.VBX custom control
- ;
- ; Copyright (c) <Your Company Name> 1994
- ;
- ; Portions of this product are based on original
- ; source code from Anton Software Limited.
- ;----------------------------------------------------------------------------
-
- LIBRARY SKELV100
- EXETYPE WINDOWS
- DESCRIPTION 'Skeleton VBX Custom Control'
-
- CODE PRELOAD MOVEABLE
- DATA PRELOAD MOVEABLE SINGLE
-
- HEAPSIZE 2048
-
- EXPORTS
- WEP @1 RESIDENTNAME
-
- SEGMENTS
- WEP_TEXT FIXED
-
- ;----------------------------------------------------------------------------
-